*{
	margin: 2px;
	max-height: 95vh;
	max-width: inherit;
	font-size: 16px;
}

h1{
	margin:0 45%; 
	font-size: 20px;
	font-weight: bolder;
	color: #0000ff;
}
h3{color: red;}

menu{
	padding-left:  2px;
}

img{
/*	margin: 2% 70%;*/
	height: 30%;
}

hr{
	margin: 10px; 0;
}

fieldset{
	width:0px;
	float: left;
}

table{
	border-collapse: collapse;
}

th{
	background-color: #b1b1b1
}

tr:nth-child(even) {
  background-color:#e6e6e6;
}

tr:nth-child(odd) {
  /*background-color:#0bbeff;*/
}

.textcenter{
	text-align: center;
}

.left{float: left;}
.right{float: right;}

#container{
	display: flex;
	flex-direction: row;
}

#top{
	margin: 0 0 5px 0;
	min-width: 360px;
	max-width: 360px;
}
#middle{
	/*padding: 10px;*/
	min-width: 360px;
	max-width: 360px;
}

#bottom{
	min-width: 360px;
	max-width: 360px;
}
	
	
fieldset{
	border:none;
	border-radius: 5px;
	/*box-shadow: -10px -10px #8B8E8F;*/
	background-color: #047094;
	width: 320px;
	text-align: center;
}

input {
	height: 20px;
	width: 310px;
}



.button{
	height: 28px;
	width: 330px;		
	margin-top:10px;
	background-color: #0055ff;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;	
}
.w60{max-width:60px;min-width: 60px;}
.w75{max-width:75px;min-width: 75px;}
.w154{width: 158px;}
.w180{width: 180px;}
.w200{width: 200px;}
.w340{width: 340px;}
.fl{float: left;}
.fr{float: right;}
.tl{text-align: left;}

@media (max-width: 600px) {
menu{
	padding-left:  4px;
}

#container{
	display: block;
	flex-direction: row;
	justify-content: center;
}
#top,#middle,#bottom{
	display: block;
	max-height: 100%;
}

h1{
	margin:0 37%; 
}

img{
	/*margin: 2% 66%;*/
	height: 300px;
}

header img{
	height:  45px;
}

}